6 months ago
Worldwide forward and reverse geocoding - convert coordinates or addresses into rich location data.
Server Config
{
"mcpServers": {
"opencage-geocoding": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/opencage-geocoding-mcp/build/index.js"
],
"env": {
"OPENCAGE_API_KEY": "your_opencage_geocoding_api_key_here"
}
}
}
}